home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 14 / CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso / CUCD / Programming / XPK / Developer / Include / Old-C / libraries / xpk.h next >
Encoding:
C/C++ Source or Header  |  1997-02-15  |  361 b   |  25 lines

  1. #ifndef LIBRARIES_XPK_H
  2. #define LIBRARIES_XPK_H
  3.  
  4. /*
  5. **    $VER: libraries/xpk.h 3.10 (19.11.96)
  6. **
  7. **    DO NOT use this in new code, it's here
  8. **    for compatibility only.
  9. */
  10.  
  11.  
  12. #ifndef XPK_XPKOBSOLETE_H
  13. #include <xpk/xpkobsolete.h>
  14. #endif
  15.  
  16. #ifndef XPK_XPK_H
  17. #include <xpk/xpk.h>
  18. #endif
  19.  
  20. #ifndef _PROTO_XPK_H
  21. #include <proto/xpk.h>
  22. #endif
  23.  
  24. #endif /* LIBRARIES_XPK_H */
  25.